From 78c9bbe33c38bebd31475da92eed08e4b7f7e97b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 6 Jul 2007 13:39:19 +0000 Subject: [PATCH] Add a missing semi-colon in the doc string, spotted by Johannes Sasonko 2007-07-06 Johan Dahlin * gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing semi-colon in the doc string, spotted by Johannes Sasonko svn path=/trunk/; revision=18386 --- ChangeLog | 5 +++++ gtk/gtkbuilder.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4d24ed3f2..6cf0bee6b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-06 Johan Dahlin + + * gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing + semi-colon in the doc string, spotted by Johannes Sasonko + 2007-07-05 Matthias Clasen * gtk/gtkbuilder.c: Support pixbuf properties by specifying diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 81e0c0f7dd..551a47772b 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -1405,7 +1405,7 @@ _gtk_builder_flags_from_string (GType type, * Returns: the #GType found for @type_name or #G_TYPE_INVALID * if no type was found * - * Since 2.12 + * Since: 2.12 */ GType gtk_builder_get_type_from_name (GtkBuilder *builder, -- 2.30.2